summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-11 00:01:45 +0000
committerGitHub <noreply@github.com>2021-11-11 00:01:45 +0000
commitb199af176d9e43cc2b550b85fdbdb6c887bad6f6 (patch)
treeafdbb7ca1744fbf38f0a50f52a6515d5d461ba75 /pkgs/tools/graphics
parent25b9e19da39ab9fd81452d1d5d0042acedd24567 (diff)
parent523850d2466cb6c3d61ad1f3bc0deff55db8adec (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/qrcode/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/graphics/qrcode/default.nix b/pkgs/tools/graphics/qrcode/default.nix
index 93a620b57792..2067d1a97e2e 100644
--- a/pkgs/tools/graphics/qrcode/default.nix
+++ b/pkgs/tools/graphics/qrcode/default.nix
@@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
- pname = "qrcode-git";
- version = "20160804";
+ pname = "qrcode";
+ version = "unstable-2016-08-04";
src = fetchFromGitHub {
- owner = "qsantos";
- repo = "qrcode";
- rev = "ad0fdb4aafd0d56b903f110f697abaeb27deee73";
+ owner = "qsantos";
+ repo = "qrcode";
+ rev = "ad0fdb4aafd0d56b903f110f697abaeb27deee73";
sha256 = "0v81745nx5gny2g05946k8j553j18a29ikmlyh6c3syq6c15k8cf";
};