starfetch: 0.0.3 -> 0.0.4

This commit is contained in:
R. Ryantm
2022-12-26 21:51:33 +08:00
committed by Bobby Rong
parent 98004726a0
commit 5d2364a41d
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "starfetch";
version = "0.0.3";
version = "0.0.4";
src = fetchFromGitHub {
owner = "Haruno19";
repo = "starfetch";
rev = version;
sha256 = "sha256-2npevr3eSFhB58gRB2IuG4nwzPEGr0xcoSa/4VS0DNg=";
sha256 = "sha256-I2M/FlLRkGtD2+GcK1l5+vFsb5tCb4T3UJTPxRx68Ww=";
};
postPatch = ''