cutter: 2.4.1 -> 2.5.0

Remove fix-shiboken6-type-index-case.patch, it's included upstream in 2.5.0.
This commit is contained in:
Samiser
2026-07-18 16:25:30 +00:00
parent b36f050e5b
commit 2622575c3d
+2 -11
View File
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
fetchpatch2,
stdenv,
# for passthru.plugins
pkgs,
@@ -19,24 +18,16 @@
let
cutter = stdenv.mkDerivation rec {
pname = "cutter";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "rizinorg";
repo = "cutter";
rev = "v${version}";
hash = "sha256-fNOznaFzWJ4Dve9U1+E4xPaznnyxae2jHNaBCdJzDyQ=";
hash = "sha256-dnVbtAp7TorPQx4qdK43L2pXMcnWvOYjhRC3MJBrAmM=";
fetchSubmodules = true;
};
patches = [
(fetchpatch2 {
name = "fix-shiboken6-type-index-case.patch";
url = "https://github.com/rizinorg/cutter/commit/07fea9c772dc573588dc2e5771f0740ee1883738.patch?full_index=1";
hash = "sha256-/C/s+Ui5F7MCxbzbChQ5Tv/oUHUQxXmk9xOnNI80xwQ=";
})
];
nativeBuildInputs = [
cmake
pkg-config