about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mt-940
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-05-28 05:59:57 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-05-28 05:59:57 -0700
commitaf9d10a91b5ef0518ee12b220470735076974210 (patch)
treeef7ede43a31b0b5998799f33dc8f0e8fdf254db3 /pkgs/development/python-modules/mt-940
parentf0d6411c22d91723fef3f935adf35c7884a4dc76 (diff)
downloadnixlib-af9d10a91b5ef0518ee12b220470735076974210.tar
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.gz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.bz2
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.lz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.xz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.zst
nixlib-af9d10a91b5ef0518ee12b220470735076974210.zip
treewide: fix derivation names
Diffstat (limited to 'pkgs/development/python-modules/mt-940')
-rw-r--r--pkgs/development/python-modules/mt-940/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mt-940/default.nix b/pkgs/development/python-modules/mt-940/default.nix
index 5e2ad1d5aa2a..bab7cc052b9d 100644
--- a/pkgs/development/python-modules/mt-940/default.nix
+++ b/pkgs/development/python-modules/mt-940/default.nix
@@ -3,13 +3,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "v4.10.0";
+  version = "4.10.0";
   pname = "mt940";
 
   src = fetchFromGitHub {
     owner = "WoLpH";
     repo = pname;
-    rev = version;
+    rev = "v${version}";
     sha256 = "1dsf2di8rr0iw2vaz6dppalby3y7i8x2bl0qjqvaiqacjxxvwj65";
   };