ciel: make patch urls reproducible
This commit is contained in:
parent
f598916682
commit
04d60bdc53
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
|
|||
# FIXME: remove this patch after https://github.com/AOSC-Dev/ciel-rs/pull/16 is merged
|
||||
(fetchpatch {
|
||||
name = "use-canonicalize-path-to-find-libexec.patch";
|
||||
url = "https://github.com/AOSC-Dev/ciel-rs/pull/16.patch";
|
||||
url = "https://github.com/AOSC-Dev/ciel-rs/commit/17f41538ed1057e855540f5abef7faf6ea4abf5c.patch";
|
||||
sha256 = "sha256-ELK2KpOuoBS774apomUIo8q1eXYs/FX895G7eBdgOQg=";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue