filtr: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2026-07-05 20:50:36 +00:00
parent 8f7639a0d4
commit 9e35db1629
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "filtr";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "filtr";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-LRVwJ/Eh+XeNGnlbd2c56hWV8StHZGhxy0XLjGZ0toY=";
hash = "sha256-LW21Hv0Gs7csgHg9tMPa4fmZGAby64uDAOdkwhOSwx4=";
};
nativeBuildInputs = [