rdrview: 0.1.4 -> 0.1.5

This commit is contained in:
R. Ryantm
2025-10-07 23:08:46 +00:00
parent 30ca6c368c
commit 158a7a2b90
+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 = [