Merge pull request #92736 from r-ryantm/auto-update/tweeny
tweeny: 3.1.0 -> 3.1.1
This commit is contained in:
commit
30e85ef927
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tweeny";
|
pname = "tweeny";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mobius3";
|
owner = "mobius3";
|
||||||
repo = "tweeny";
|
repo = "tweeny";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qvby57g9a2m4afd1mgard3k7nm4ynbvali7nzm1qn3ygdmqid7n";
|
sha256 = "0zk7p21i54hfz0l50617i3gxhxh0n9yy86n2fxg8m26cvf4yhsj7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user