1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

endless-sky: 0.10.6 -> 0.10.8

This commit is contained in:
R. Ryantm 2024-06-23 00:56:38 +00:00
parent 47ea5bd487
commit 974b7ae5b3

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "endless-sky";
version = "0.10.6";
version = "0.10.8";
src = fetchFromGitHub {
owner = "endless-sky";
repo = "endless-sky";
rev = "v${version}";
sha256 = "sha256-3mprmW6K8pYs7J2q71fohsh9fZEP2RZjN1rSWUAwbhg=";
sha256 = "sha256-bqhltxkoqDdmddOBZ1f3I29AxGm5buUXpjjFwefemEM=";
};
patches = [