forked from mirrors/nixpkgs
Merge pull request #92121 from r-ryantm/auto-update/castor
castor: 0.8.14 -> 0.8.15
This commit is contained in:
commit
002b700fb5
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "castor";
|
pname = "castor";
|
||||||
version = "0.8.14";
|
version = "0.8.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz";
|
url = "https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz";
|
||||||
sha256 = "1ykpmbimhfy3ys2hvv0mn8xiwxzdl43gpny1nc58i0gzv07ar8sc";
|
sha256 = "1i6550akxg78c9bh9111c4458ry1nmp3xh7ik7s2zqrp7lmxaf46";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "04w49wka1vkb295lk6fzd6c5rwhzrqkp26hd5d94rx7bhcjmmb9w";
|
cargoSha256 = "1y047cm46l5hph3n48h60xvyh2hr0yagzswp375kiil96ndk206i";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue