poedit: 3.5.2 -> 3.6.2 (#406161)

This commit is contained in:
Aleksana
2025-05-24 19:19:34 +08:00
committed by GitHub
+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 = [