Skip to content

Commit 2441331

Browse files
Merge master into staging-next
2 parents fe08c5a + 42a1c96 commit 2441331

File tree

12 files changed

+154
-199
lines changed

12 files changed

+154
-199
lines changed

.github/ISSUE_TEMPLATE/05_package_request.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

pkgs/by-name/au/autobrr/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
let
1515
pname = "autobrr";
16-
version = "1.59.0";
16+
version = "1.60.0";
1717
src = fetchFromGitHub {
1818
owner = "autobrr";
1919
repo = "autobrr";
2020
tag = "v${version}";
21-
hash = "sha256-etVhOgE8H8bWuraBepwDSZZzo9Xl819w2sT+UwpUVjM=";
21+
hash = "sha256-HaNaVxOtlzquKvWmUzUELtv0ZQZ+C/G5ni9/QbOlAh4=";
2222
};
2323

2424
autobrr-web = stdenvNoCC.mkDerivation {

pkgs/by-name/ge/geant4/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ let
3838
in
3939

4040
stdenv.mkDerivation rec {
41-
version = "11.3.0";
41+
version = "11.3.1";
4242
pname = "geant4";
4343

4444
src = fetchurl {
4545
url = "https://cern.ch/geant4-data/releases/geant4-v${version}.tar.gz";
46-
hash = "sha256-HaQxiz+W+H9NR1WKMtqyabjz/JVnCAOMKOcqGAsO+6Y=";
46+
hash = "sha256-yTyplvbzWqQ/lI/8q6lgNGjfAd7rYvYcM7p2kifDGf4=";
4747
};
4848

4949
# Fix broken paths in a .pc

0 commit comments

Comments
 (0)