rdrview: 0.1.4 -> 0.1.5 (#449701)

This commit is contained in:
Colin
2025-10-13 04:40:07 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdrview";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "eafer";
repo = "rdrview";
rev = "v${finalAttrs.version}";
hash = "sha256-wYeDtgfq6/W92WguPh9wiFaxR7CWSfLnfqTX1N7eT10=";
hash = "sha256-5BtXwtVvenzTm6JEGh4oSlQQrcwLCWXnlykhfPFhuIQ=";
};
buildInputs = [