prettyping: 1.0.1 -> 1.1.0 (#411308)

This commit is contained in:
Matthias Beyer
2025-05-27 12:40:56 +02:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "prettyping";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "denilsonsa";
repo = "prettyping";
rev = "v${version}";
sha256 = "05vfaq9y52z40245j47yjk1xaiwrazv15sgjq64w91dfyahjffxf";
sha256 = "sha256-GhsoWnhX9xBnupmmHuKW9DA2KFgIzVbSO0CyR2FpJ74=";
};
installPhase = ''