Merge pull request #197314 from r-ryantm/auto-update/starfetch

starfetch: 0.0.2 -> 0.0.3
This commit is contained in:
figsoda
2022-10-23 00:18:15 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "starfetch";
version = "0.0.2";
version = "0.0.3";
src = fetchFromGitHub {
owner = "Haruno19";
repo = "starfetch";
rev = version;
sha256 = "sha256-waJ1DbOqhZ3hHtqcODSXBC+O46S8RSxuBuoEqs8OfgI=";
sha256 = "sha256-2npevr3eSFhB58gRB2IuG4nwzPEGr0xcoSa/4VS0DNg=";
};
postPatch = ''