summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass-plugins
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-11-01 23:39:49 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-01 23:02:24 -0800
commit2c931312ce6c7baf91ec98e164bef0241fc20aa6 (patch)
tree6bf1c7d460aab2085256fd415e3f24734516683d /pkgs/applications/misc/keepass-plugins
parentc6afa8820b528cec7e889e462cbcab84c0313b41 (diff)
downloadnixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar.gz
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar.bz2
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar.lz
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar.xz
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.tar.zst
nixpkgs-2c931312ce6c7baf91ec98e164bef0241fc20aa6.zip
treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
Diffstat (limited to 'pkgs/applications/misc/keepass-plugins')
-rw-r--r--pkgs/applications/misc/keepass-plugins/keepasshttp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepass-plugins/keepasshttp/default.nix b/pkgs/applications/misc/keepass-plugins/keepasshttp/default.nix
index f9dbf14624f..10e6996873a 100644
--- a/pkgs/applications/misc/keepass-plugins/keepasshttp/default.nix
+++ b/pkgs/applications/misc/keepass-plugins/keepasshttp/default.nix
@@ -8,7 +8,7 @@ let
     src = fetchFromGitHub {
       owner = "pfn";
       repo = "keepasshttp";
-      #rev = "${version}";
+      # rev = version;
       # for 1.8.4.2 the tag is at the wrong commit (they fixed stuff
       # afterwards and didn't move the tag), hence reference by commitid
       rev = "c2c4eb5388a02169400cba7a67be325caabdcc37";