From efb5711551631fcb9d31f870567f65616ffbbd69 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Tue, 3 Dec 2024 08:45:53 +0100 Subject: [PATCH] updated sources --- shared/sources/default.nix | 16 ++++++++-------- shared/sources/sources.json | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/shared/sources/default.nix b/shared/sources/default.nix index 5611e31..d268f1b 100644 --- a/shared/sources/default.nix +++ b/shared/sources/default.nix @@ -9,15 +9,15 @@ in sources // { name = "nixpkgs-patched"; patches = [ # tmp - lldap: 0.5.1-unstable-2024-08-09 -> 0.5.1-unstable-2024-10-30 - (pkgs.fetchpatch { - url = "https://github.com/NixOS/nixpkgs/pull/352840.patch"; - sha256 = "sha256-O4zxn4AgUrggCkqUEkmVsUAbMTL/Jhki6Q+j1mhHWLw="; - }) + # (pkgs.fetchpatch { + # url = "https://github.com/NixOS/nixpkgs/pull/352840.patch"; + # sha256 = "sha256-O4zxn4AgUrggCkqUEkmVsUAbMTL/Jhki6Q+j1mhHWLw="; + # }) # tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version - (pkgs.fetchpatch { - url = "https://github.com/NixOS/nixpkgs/pull/353360.patch"; - sha256 = "sha256-WPNnvVmtySyEk58kVIYWVx3VN8MhX4v2ITLLnUGhpz4="; - }) + # (pkgs.fetchpatch { + # url = "https://github.com/NixOS/nixpkgs/pull/353360.patch"; + # sha256 = "sha256-WPNnvVmtySyEk58kVIYWVx3VN8MhX4v2ITLLnUGhpz4="; + # }) ]; }; } diff --git a/shared/sources/sources.json b/shared/sources/sources.json index d55e22a..14539d0 100644 --- a/shared/sources/sources.json +++ b/shared/sources/sources.json @@ -17,10 +17,10 @@ "homepage": "", "owner": "nix-community", "repo": "disko", - "rev": "856a2902156ba304efebd4c1096dbf7465569454", - "sha256": "0r5yxld3yshrd09hblwzf9sadsa6p8nc24xadpajxldk2pskdmmi", + "rev": "2814a5224a47ca19e858e027f7e8bff74a8ea9f1", + "sha256": "1ayxw37arc92frzq0080w7kixdmqbq4jm8a19nrgivb70ra1mqys", "type": "tarball", - "url": "https://github.com/nix-community/disko/archive/856a2902156ba304efebd4c1096dbf7465569454.tar.gz", + "url": "https://github.com/nix-community/disko/archive/2814a5224a47ca19e858e027f7e8bff74a8ea9f1.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "impermanence": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "nix-community", "repo": "impermanence", - "rev": "0d09341beeaa2367bac5d718df1404bf2ce45e6f", - "sha256": "0s6wb425pp2906mavcpwk9mnjw94xhzmvhqf711986kzlbjlflav", + "rev": "3ed3f0eaae9fcc0a8331e77e9319c8a4abd8a71a", + "sha256": "1k30ig9b5bx51f0y617yvcn61bgpahf8r0i55mnl3hy6nqjbfw07", "type": "tarball", - "url": "https://github.com/nix-community/impermanence/archive/0d09341beeaa2367bac5d718df1404bf2ce45e6f.tar.gz", + "url": "https://github.com/nix-community/impermanence/archive/3ed3f0eaae9fcc0a8331e77e9319c8a4abd8a71a.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { @@ -41,10 +41,10 @@ "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d", - "sha256": "0mny4jzyimbfr2amc751nl2rwdlxz6wffadvygk8ra225sr3ma0f", + "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff", + "sha256": "1fbj7shlmviilmgz5z2gp59j6xwgdr01jfh75qhixx06kib4305p", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/ac35b104800bff9028425fec3b6e8a41de2bbfff.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }