magpie: 0.9.3 → 0.9.4

https://github.com/BuddiesOfBudgie/magpie/compare/v0.9.3...v0.9.4

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-19 00:20:34 +08:00
parent c73a0e3e2f
commit 8f30f0bd1d
No known key found for this signature in database

View File

@ -50,7 +50,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "magpie";
version = "0.9.3";
version = "0.9.4";
outputs = [
"out"
@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "BuddiesOfBudgie";
repo = "magpie";
rev = "v${finalAttrs.version}";
hash = "sha256-A8FmW2o2p5B5pxTZ6twwufyhfppuMXjnMKopZRD+XdE=";
hash = "sha256-a8e0uzbS0HEH/0sOOnwIiQI0/BizKbpdlVdfb3IbmcU=";
};
patches = [