File tree Expand file tree Collapse file tree 24 files changed +153
-60
lines changed
development/python-modules
snakemake-interface-logger-plugins
snakemake-interface-storage-plugins
snakemake-storage-plugin-fs
snakemake-storage-plugin-s3
snakemake-storage-plugin-xrootd Expand file tree Collapse file tree 24 files changed +153
-60
lines changed Original file line number Diff line number Diff line change 2020 sha256Hash = "sha256-VNXErfb4PhljcJwGq863ldh/3i8fMdJirlwolEIk+fI=" ;
2121 } ;
2222 betaVersion = {
23- version = "2024.3.2.10 " ; # "Android Studio Meerkat Feature Drop | 2024.3.2 RC 1 "
24- sha256Hash = "sha256-r5YBpACLzfmChY9ORyvDUNl4j8r32dsqj3W7fbSWZU8 =" ;
23+ version = "2024.3.2.11 " ; # "Android Studio Meerkat Feature Drop | 2024.3.2 RC 2 "
24+ sha256Hash = "sha256-pE17kbLnsEMRtaQencKqckW3uke9IliLkoHP6q3NrQg =" ;
2525 } ;
2626 latestVersion = {
27- version = "2025.1.1.4 " ; # "Android Studio Narwhal | 2025.1.1 Canary 4 "
28- sha256Hash = "sha256-PQe9JEi9Ogoo1hUgPVnCustFgg10v89gTMF7QGi4s1I =" ;
27+ version = "2025.1.1.6 " ; # "Android Studio Narwhal | 2025.1.1 Canary 6 "
28+ sha256Hash = "sha256-FUDb8/kyvO3M/NJp30VZCyNacJ90y/fawrDTFin7g6o =" ;
2929 } ;
3030in
3131{
Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ lib.extendMkDerivation {
6161 propagatedUserEnvPkgs = finalAttrs . packageRequires ++ propagatedUserEnvPkgs ;
6262
6363 strictDeps = args . strictDeps or true ;
64- # TODO re-enable after #392928 reaches master
65- # __structuredAttrs = args.__structuredAttrs or true;
64+ __structuredAttrs = args . __structuredAttrs or true ;
6665
6766 inherit turnCompilationWarningToError ignoreCompilationError ;
6867
Original file line number Diff line number Diff line change 3737 timstott
3838 savannidgerinel
3939 sebtm
40+ bdd
4041 ] ;
4142 platforms = builtins . attrNames sources . ${ channel } ;
4243 mainProgram = "1password" ;
Original file line number Diff line number Diff line change 11{
22 "stable" : {
33 "x86_64-linux" : {
4- "url" : " https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.70 .x64.tar.gz" ,
5- "hash" : " sha256-QGKeKX7qxu7heJ6T0I8aayI1P2M3KOmU9faS929BCjI ="
4+ "url" : " https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.72 .x64.tar.gz" ,
5+ "hash" : " sha256-vJJ5Dh3K3B0DAEVMifiITNJmOtkCyn0XYS4tdYxoKjM ="
66 },
77 "aarch64-linux" : {
8- "url" : " https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.10.70 .arm64.tar.gz" ,
9- "hash" : " sha256-Uz8YKlIa6zibRv3ObnVVlyEk3sZP5wX+0E/nX02m6SA ="
8+ "url" : " https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.10.72 .arm64.tar.gz" ,
9+ "hash" : " sha256-GLDmBiIXGRQVy7wjW/52gIx97E6Q+A3wJwOGQvW29p8 ="
1010 },
1111 "x86_64-darwin" : {
12- "url" : " https://downloads.1password.com/mac/1Password-8.10.70 -x86_64.zip" ,
13- "hash" : " sha256-s6+LUSHZwCH5PgREt2bkCCR3JeGBj9llQ6rGrOhEPlQ ="
12+ "url" : " https://downloads.1password.com/mac/1Password-8.10.72 -x86_64.zip" ,
13+ "hash" : " sha256-SijXMG33quuxip2JOkjyB9ITSm9livqXzBPbqMmLVns ="
1414 },
1515 "aarch64-darwin" : {
16- "url" : " https://downloads.1password.com/mac/1Password-8.10.70 -aarch64.zip" ,
17- "hash" : " sha256-f9b8L4S6CToMukeqrW3EKXAov0rqEMsIpZEGrvDQmg8 ="
16+ "url" : " https://downloads.1password.com/mac/1Password-8.10.72 -aarch64.zip" ,
17+ "hash" : " sha256-y4kK4tL9NjvUT/C6q7WxaX/7LOCr3xkRJTBhqw2jjtQ ="
1818 }
1919 },
2020 "beta" : {
Original file line number Diff line number Diff line change 11{
2- "stable-linux" : " 8.10.70 " ,
3- "stable-darwin" : " 8.10.70 " ,
2+ "stable-linux" : " 8.10.72 " ,
3+ "stable-darwin" : " 8.10.72 " ,
44 "beta-linux" :" 8.10.70-24.BETA" ,
55 "beta-darwin" : " 8.10.70-24.BETA"
66}
Original file line number Diff line number Diff line change 1717} :
1818rustPlatform . buildRustPackage rec {
1919 pname = "asusctl" ;
20- version = "6.1.10 " ;
20+ version = "6.1.12 " ;
2121
2222 src = fetchFromGitLab {
2323 owner = "asus-linux" ;
2424 repo = "asusctl" ;
2525 rev = version ;
26- hash = "sha256-KCGoaqqXWFApD464jbNcdGhd7DDxrpNcRg/ClM0GrJc =" ;
26+ hash = "sha256-E/tDd7wQKDgC91x1rGa8Ltn4GMPk3DJDvmMQNafVLyM =" ;
2727 } ;
2828
2929 useFetchCargoVendor = true ;
30- cargoHash = "sha256-c3uoQWdf4nG2SzLpB/T7AM/wrfxqVZcTVX1eRFZTGhQ =" ;
30+ cargoHash = "sha256-lvm3xvI01RyaSS39nm3l7Zpn3x23DDBQr+0Gggl4p9U =" ;
3131
3232 postPatch = ''
3333 files="
Original file line number Diff line number Diff line change 77
88rustPlatform . buildRustPackage rec {
99 pname = "cargo-nextest" ;
10- version = "0.9.93 " ;
10+ version = "0.9.94 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "nextest-rs" ;
1414 repo = "nextest" ;
1515 rev = "cargo-nextest-${ version } " ;
16- hash = "sha256-MH3OPEap56GYT/84wlmDp7B/v45TgyW6KQLTJXHy5wI =" ;
16+ hash = "sha256-r1Q4/CQwu4FRiymKacmg9SfM/sqagtzNF904TbjaB4c =" ;
1717 } ;
1818
1919 useFetchCargoVendor = true ;
20- cargoHash = "sha256-7Re6TcHYhwFp4cj/KzJXpL0taH6X/S63lgAW5rtSrZk =" ;
20+ cargoHash = "sha256-OXxmJcARh94lYxlRgv1fCCifYJwrWaQ21UxRNWI2yFw =" ;
2121
2222 cargoBuildFlags = [
2323 "-p"
Original file line number Diff line number Diff line change 88
99buildGoModule rec {
1010 pname = "clickhouse-backup" ;
11- version = "2.6.13 " ;
11+ version = "2.6.15 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "Altinity" ;
1515 repo = "clickhouse-backup" ;
1616 rev = "v${ version } " ;
17- hash = "sha256-8yvhDpSOklkWIi10o0QBd8bUB9qOF+nDhgaOD8G5FqU =" ;
17+ hash = "sha256-WHIrgKWO8yHHbQ5i3qvCYjxuRPj8sRasjxQ2J1N8q7o =" ;
1818 } ;
1919
2020 vendorHash = "sha256-4qPZihOuaD8lKF31fhyTDG7gBa0gExLVavazGZWDyAk=" ;
Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage rec {
1010 pname = "cotp" ;
11- version = "1.9.2 " ;
11+ version = "1.9.4 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "replydev" ;
1515 repo = "cotp" ;
1616 rev = "v${ version } " ;
17- hash = "sha256-5wVIjh16AYwrzjbPgvjsQhihu/vwdQfzU2kZS6eSTWs =" ;
17+ hash = "sha256-O9qss8vxsGyBWaCTt3trjnFVol5ib/G7IZIj742A/XI =" ;
1818 } ;
1919
2020 useFetchCargoVendor = true ;
21- cargoHash = "sha256-6VdlXQymOFZgMksGRQ7f9ZGrzKblYlQAoBFUhi4wuM0 =" ;
21+ cargoHash = "sha256-Y8kGOeDKjdG+5zuA1mDx4h5IbKETjZU+SiFWiUv3xkw =" ;
2222
2323 buildInputs = lib . optionals stdenv . hostPlatform . isLinux [ libxcb ] ;
2424
Original file line number Diff line number Diff line change 88
99buildGoModule rec {
1010 pname = "files-cli" ;
11- version = "2.13.266 " ;
11+ version = "2.13.278 " ;
1212
1313 src = fetchFromGitHub {
1414 repo = "files-cli" ;
1515 owner = "files-com" ;
1616 rev = "v${ version } " ;
17- hash = "sha256-96DSnobVyG50iS6NyCMpZ74KWEtkCyNdFyGXLwrSZxo =" ;
17+ hash = "sha256-/488GRkU3pQDEkQhLoKQ4ohv4olSnCaLAca/jvq/lsA =" ;
1818 } ;
1919
20- vendorHash = "sha256-ilof8neXlw2Oa3OVceiRbXBkj5nfw+b6VMjMWhPgJqI =" ;
20+ vendorHash = "sha256-QulVxCaPvXlFwkxe15Et1+rReolABBssTxZspV8KzMs =" ;
2121
2222 ldflags = [
2323 "-s"
You can’t perform that action at this time.
0 commit comments