summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/krop
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-16 06:43:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-16 06:43:29 +0000
commit7a891404668a43e85b73081ff7c5579ca1feead1 (patch)
tree9fb2f7a695d36e1ce47ba3648dfccf42c368c51e /pkgs/applications/graphics/krop
parentd3044f0ec2c3377fb1370dd5c5feff33d86435eb (diff)
krop: 0.5.1 -> 0.6.0
Diffstat (limited to 'pkgs/applications/graphics/krop')
-rw-r--r--pkgs/applications/graphics/krop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/krop/default.nix b/pkgs/applications/graphics/krop/default.nix
index 2337dfb370ef..c88d04826d14 100644
--- a/pkgs/applications/graphics/krop/default.nix
+++ b/pkgs/applications/graphics/krop/default.nix
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "krop";
- version = "0.5.1";
+ version = "0.6.0";
src = fetchFromGitHub {
owner = "arminstraub";
repo = pname;
rev = "v${version}";
- sha256 = "0b1zqpks4vzq7sfhf7r9qrshr77f1ncj18x7d0fa3g29rxa42dcr";
+ sha256 = "1ygzc7vlwszqmsd3v1dsqp1dpsn6inx7g8gck63alvf88dbn8m3s";
};
propagatedBuildInputs = with python3Packages; [