nextcloud31Packages.apps.memories: drop
nextcloud v32 was droped in nixpkgs already
This commit is contained in:
@@ -12,12 +12,11 @@
|
||||
}:
|
||||
let
|
||||
latestVersionForNc = {
|
||||
"31" = {
|
||||
"32" = {
|
||||
version = "7.8.2";
|
||||
appHash = "sha256-O59G5kUkYlYxr8p/vEqs3LqLRKJZbeEgDhdY5eHfnZg=";
|
||||
srcHash = "sha256-KyUfrKHnRO3lMin0seSNFRnRRTPo12NbbvbkSpxSMQE=";
|
||||
};
|
||||
"32" = latestVersionForNc."31";
|
||||
"33" = {
|
||||
version = "8.0.1";
|
||||
appHash = "sha256-B+O78qjBQbmMnFAvH/5a+YBive+rkBG9AKTX7G3qNR0=";
|
||||
|
||||
Reference in New Issue
Block a user