poedit: 3.5.2 -> 3.6.2

This commit is contained in:
R. Ryantm
2025-05-11 12:06:30 +00:00
parent 88cb04966c
commit 11e499f1d0
+2 -2
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "poedit";
version = "3.5.2";
version = "3.6.2";
src = fetchFromGitHub {
owner = "vslavik";
repo = "poedit";
rev = "v${version}-oss";
hash = "sha256-FYLTHVoqXypW1QhnVmIWMp9u+/8pbdUoV7v9GSWEMIU=";
hash = "sha256-Lb1R7GMB0GeS2xZASR7w4ee33mMEKP9gPabRHkHlIJI=";
};
nativeBuildInputs = [