cutter: 2.0.0 -> 2.0.1

This commit is contained in:
Jörg Thalheim 2021-04-11 13:02:21 +02:00
parent 7dbe49ed1a
commit f381fecfd5
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -11,13 +11,13 @@
mkDerivation rec {
pname = "cutter";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "rizinorg";
repo = "cutter";
rev = "v${version}";
sha256 = "sha256-uIN/NR+swu9Ie0wP2aBhw5WBvTe9NDmzSs+lQMCeavc=";
sha256 = "sha256-IQCJOUgefSdMSa27E6I/CL35Kx5pHq/u+5Q0FHUAR1E=";
fetchSubmodules = true;
};