krunner: fix hash of patch

Commit ee036bc02 put in hash *before* the normalization
done by fetchpatch.
This commit is contained in:
Vladimír Čunát 2020-07-18 18:06:22 +02:00
parent 8eb5f22ad4
commit a5cc7d3197
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13,7 +13,7 @@ let
# Un-deprecate virtual method to restore binary compatibility.
(assert !(lib.versionOlder "5.72" self.version); fetchpatch {
url = "https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559b84ee0c21de0256e6591793e4b95f411.diff";
sha256 = "06h9g04syv6x3hqi0iy9wll78yf9ys95r5vm104sc25pnszvjbxv";
sha256 = "124xqxpgmc5fdn1mcf8x1564pqc5y81j7lhzcirql2xcs0sbcyby";
})
];
nativeBuildInputs = [ extra-cmake-modules ];