krunner: fix hash of patch
Commit ee036bc02 put in hash *before* the normalization done by fetchpatch.
This commit is contained in:
parent
8eb5f22ad4
commit
a5cc7d3197
@ -13,7 +13,7 @@ let
|
|||||||
# Un-deprecate virtual method to restore binary compatibility.
|
# Un-deprecate virtual method to restore binary compatibility.
|
||||||
(assert !(lib.versionOlder "5.72" self.version); fetchpatch {
|
(assert !(lib.versionOlder "5.72" self.version); fetchpatch {
|
||||||
url = "https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559b84ee0c21de0256e6591793e4b95f411.diff";
|
url = "https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559b84ee0c21de0256e6591793e4b95f411.diff";
|
||||||
sha256 = "06h9g04syv6x3hqi0iy9wll78yf9ys95r5vm104sc25pnszvjbxv";
|
sha256 = "124xqxpgmc5fdn1mcf8x1564pqc5y81j7lhzcirql2xcs0sbcyby";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user