summary refs log tree commit diff
path: root/pkgs/tools/text/ledger2beancount
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/tools/text/ledger2beancount
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/tools/text/ledger2beancount')
-rw-r--r--pkgs/tools/text/ledger2beancount/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ledger2beancount/default.nix b/pkgs/tools/text/ledger2beancount/default.nix
index 00cc996ed60..8a521b751d4 100644
--- a/pkgs/tools/text/ledger2beancount/default.nix
+++ b/pkgs/tools/text/ledger2beancount/default.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "zacchiro";
     repo = "ledger2beancount";
-    rev = "${version}";
+    rev = version;
     sha256 = "0w88jb1x0w02jwwf6ipx3cxr89kzffrrdqws3556zrvvs01bh84j";
   };