aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libhandy/default.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-02 22:44:52 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-03 18:35:19 +0200
commit7b3a2963d1e8901df0d2b872485e14df4889c99a (patch)
tree2e657c40bc8cbfe2dd20863a7c4972ba09cd2d42 /pkgs/development/libraries/libhandy/default.nix
parentd36e9412f8d779f03f90f923318c99782d99e3b8 (diff)
treewide: replace base64 encoded hashes
Diffstat (limited to 'pkgs/development/libraries/libhandy/default.nix')
-rw-r--r--pkgs/development/libraries/libhandy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libhandy/default.nix b/pkgs/development/libraries/libhandy/default.nix
index 28816ab13070..2923f2da25d0 100644
--- a/pkgs/development/libraries/libhandy/default.nix
+++ b/pkgs/development/libraries/libhandy/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
# https://source.puri.sm/Librem5/libhandy/merge_requests/451
(fetchpatch {
url = "https://source.puri.sm/Librem5/libhandy/commit/887beedb467984ab5c7b91830181645fadef7849.patch";
- sha256 = "ZW6qCtHhXMsLsxgcOjVAukgPAhOdvFhxx0iAQEEk8GE=";
+ sha256 = "0qgh4i0l1028qxqmig4x2c10yj5s80skl70qnc5wnp71s45alvk5";
excludes = [ "glade/glade-hdy-header-bar.c" ];
})
];