cosmic-files: drop upstream patch to bump version to 1.0.10

This commit is contained in:
Pratham Patel
2026-04-15 20:08:31 +05:30
parent b1d31b0b70
commit f2f23a2dcd
-9
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
rustPlatform,
just,
libcosmicAppHook,
@@ -25,14 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-HMHS6HrOUVnrWbyGi9wadl9++onBNNCRw4r4nohvQzI=";
patches = [
(fetchpatch {
# patch for fixing build error introduced in `epoch-1.0.7`
url = "https://github.com/pop-os/cosmic-files/commit/49e3d95e7a5e02c279f2be1f1f4dfdba2fb532dc.patch";
hash = "sha256-Ohf3K+ehFvIurPOReFDML+wfBvdxCi7Ef3eCoSLnXFM=";
})
];
nativeBuildInputs = [
just
libcosmicAppHook