perl538: 5.38.0 -> 5.38.2

This commit is contained in:
Stig Palmquist 2023-11-25 22:45:02 +01:00
parent a18b35ae5b
commit 8aac6da1c3
No known key found for this signature in database

View File

@ -65,8 +65,8 @@ in rec {
# Maint version
perl538 = callPackage ./intepreter.nix {
self = perl538;
version = "5.38.0";
sha256 = "sha256-IT71gInS8sly6jU1F9xg7DZW8FDcwCdmbhGLUIQj5Rc=";
version = "5.38.2";
sha256 = "sha256-oKMVNEUet7g8fWWUpJdUOlTUiLyQygD140diV39AZV4=";
inherit passthruFun;
};
}