Skip to content

Commit 8606557

Browse files
r-ryantmwegank
authored andcommittedNov 3, 2024
libheif: 1.18.2 -> 1.19.1
1 parent e997198 commit 8606557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libheif/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
stdenv.mkDerivation rec {
2525
pname = "libheif";
26-
version = "1.18.2";
26+
version = "1.19.1";
2727

2828
outputs = [ "bin" "out" "dev" "man" ];
2929

3030
src = fetchFromGitHub {
3131
owner = "strukturag";
3232
repo = "libheif";
3333
rev = "v${version}";
34-
hash = "sha256-Z21E2b4E9jGtwR1RpFMAbGsWFw6jXn++WexlzdoyZzE=";
34+
hash = "sha256-vlTZjKKgnu4mlQKbyCfiOle3yPUE0G114tgz4ERZpBw=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)
Failed to load comments.