extra-container: 0.12 -> 0.13 (#364574)

This commit is contained in:
Christian Kögler
2024-12-31 16:48:08 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "extra-container";
version = "0.12";
version = "0.13";
src = fetchFromGitHub {
owner = "erikarvstedt";
repo = pname;
rev = version;
hash = "sha256-/5wPv962ZHvZoZMOr4nMz7qcvbzlExRYS2nrnay/PU8=";
hash = "sha256-vgh3TqfkFdnPxREBedw4MQehIDc3N8YyxBOB45n+AvU=";
};
buildCommand = ''