summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2020-05-23 09:05:35 +0000
committerGitHub <noreply@github.com>2020-05-23 09:05:35 +0000
commit80ab05ee4d49a4fe0e2207fb65f401a077d2540a (patch)
tree32bf27e6ca228016469a85b1e8b41c1c0cb5e92b /pkgs/tools/graphics
parentf7a398c481306f007dfaa050a6f597c0bf37a2ac (diff)
parentd48ec14f48096af712322d0e5bb72160ef66b300 (diff)
Merge pull request #88527 from KoviRobi/zbar-0.23.1-update
zbar: 0.23 -> 0.23.1
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/zbar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index dc109440274f..229d3f3cdbdb 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "zbar";
- version = "0.23";
+ version = "0.23.1";
outputs = [ "out" "lib" "dev" "doc" "man" ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "mchehab";
repo = "zbar";
rev = version;
- sha256 = "0hlxakpyjg4q9hp7yp3har1n78341b4knwyll28hn48vykg28pza";
+ sha256 = "0l4nxha8k18iqzrbqpgca49lrf1gigy3kpbzl3ldw2lw8alwy8x2";
};
nativeBuildInputs = [