cutter: 2.3.1 -> 2.3.2

Diff: https://github.com/rizinorg/cutter/compare/v2.3.1...v2.3.2
This commit is contained in:
Jörg Thalheim
2023-09-17 20:05:16 +02:00
committed by Jörg Thalheim
parent ecbdb4c932
commit e2621535e5

View File

@@ -14,13 +14,13 @@
let cutter = mkDerivation rec {
pname = "cutter";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "rizinorg";
repo = "cutter";
rev = "v${version}";
hash = "sha256-OxF6lKH4nnBU8pLzaCGVl8DUIxsbWD4RMevyGRirkPM=";
hash = "sha256-88yIqFYIv7o6aC2YSJwWJ46fZJBnOmifv+SirsfS4tw=";
fetchSubmodules = true;
};